home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000114-20000217 / 000211_news@columbia.edu _Mon Feb 7 11:00:46 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA25901
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 7 Feb 2000 11:00:46 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA01698
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 7 Feb 2000 10:31:02 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Kermit Spec
  11. Date: 7 Feb 2000 15:31:01 GMT
  12. Organization: Columbia University
  13. Message-ID: <87mofl$1kt$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <87mibs$8ij$1@news5.jaring.my>,
  17. anonymous <nwpeng@pc.jaring.my> wrote:
  18. : Hi, anyone know where to get kermit protocol spec ? the newer version used
  19. : by ms-kermit is better.
  20. : I'm on my way developing kermit dll for ms-win95, however find fail to get
  21. : the new spec, I only have incomplete old spec, which not working with any
  22. : new kermit program I have.
  23. To find out all about Kermit, visit the Kermit website:
  24.  
  25.   http://www.columbia.edu/kermit/
  26.  
  27. The Kermit protocol is documented in the book, "Kermit, A File Transfer
  28. Protocol":
  29.  
  30.   http://www.columbia.edu/kermit/manuals.html
  31.  
  32. Updates to the protocol are found in the directory:
  33.  
  34.   ftp://kermit.columbia.edu/kermit/e/
  35.  
  36. in the Kermit Digest archives, etc.
  37.  
  38. You might also want to take a look at:
  39.  
  40.   http://www.columbia.edu/kermit/sdk.html
  41.  
  42. which explains why there is usually a better approach to embedding Kermit
  43. protocol in other applications than writing it yourself.
  44.  
  45. - Frank